object Confirmar: TConfirmar Tag = 49300 Left = 214 Top = 157 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle Caption = 'Confirmar contrase�a' ClientHeight = 207 ClientWidth = 329 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 8 Top = 80 Width = 217 Height = 122 AutoSize = False WordWrap = True end object Label1: TLabel Tag = 23900 Left = 8 Top = 12 Width = 217 Height = 13 AutoSize = False Caption = 'Vuelve a escribir la contrase�a' end object ButtonAceptar: TButton Tag = 2200 Left = 233 Top = 12 Width = 90 Height = 22 Caption = '&Aceptar' Default = True ModalResult = 1 TabOrder = 0 OnClick = ButtonAceptarClick end object ButtonCancelar: TButton Tag = 2400 Left = 233 Top = 40 Width = 90 Height = 22 Cancel = True Caption = '&Cancelar' ModalResult = 2 TabOrder = 1 end object EditContras: TEdit Left = 8 Top = 28 Width = 217 Height = 21 AutoSize = False PasswordChar = '*' TabOrder = 2 OnExit = EditContrasExit end object ManuForm1: TManuForm Enabled = False TitleBar.ApplicationInfo.FontStyle = [fsBold] TitleBar.Color = clMaroon TitleBar.CompanyInfo.FontStyle = [fsBold, fsItalic] TitleBar.NbOfColors = 0 Left = 286 Top = 66 end end